@media only screen and (min-width: 300px) and (max-width: 600px) {
  .description_section_img {
    width: 90% !important;
    margin: 0rem 2% !important;
  }
  .hero_content {
    /* padding-top: 18% !important; */
  }
  .how_it_works_section {
    margin-bottom: 5rem !important;
  }
  .card.get_in_touch_section_colTwo_card {
    width: auto;
  }
  .card.get_in_touch_section_colThree_card {
    width: auto;
  }
  .row.description_section.section_one {
    margin: 3rem 0rem;
  }
  .about_service {
    margin-top: 20%;
  }
}
@media (min-width: 601px) {
  .about_service {
    margin-top: 10%;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .get_in_touch_section_colTwo_card .ml-4,
  .get_in_touch_section_colThree_card .ml-4 {
    margin-left: 0.5rem !important;
  }
  /* .description_section_img {
    margin: 0rem 10%;
  } */
}
/* queries for iPhone 5/SE */
@media (max-width: 320px) {
  a.navbar-brand {
    font-size: 20px;
  }
  .hero.banner {
    height: 100%;
  }
}

@media (min-width: 950px) {
  .banner {
    padding-bottom: 5rem;
  }
}

@media (max-width: 950px) {
  .compliance--content--div--image {
    order: 1;
  }
}

@media (min-width: 1000px) {
  #compliance--content--div {
    margin-top: -5rem;
  }
  .how_it_works_section_heading {
    font-size: 32px !important;
  }
}

@media (max-width: 600px) {
  .service--testimonial--section {
    margin-bottom: 1rem;
  }
}
